home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Presentations / Presentations ’93 / Macintosh as Internet Server ƒ / inetd / InetD Setup / list.h < prev    next >
Encoding:
Text File  |  1993-02-03  |  89 b   |  8 lines  |  [TEXT/MPS ]

  1.  
  2. typedef struct ListData {
  3.     short    resID;
  4.     ResType    resType;
  5.     Str255    resName;
  6. } ListData;
  7.  
  8.